const github.com/andybalholm/brotli.maxStaticContexts
5 uses
github.com/andybalholm/brotli (current package)
metablock.go#L269: const maxStaticContexts = 13
metablock.go#L287: last_entropy_ [2 * maxStaticContexts]float64
metablock.go#L294: assert(num_contexts <= maxStaticContexts)
metablock.go#L367: var entropy [maxStaticContexts]float64
metablock.go#L369: var combined_entropy [2 * maxStaticContexts]float64
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |